Leadtools.Dicom Namespace > DicomDataSet Class > GetPreamble Method : GetPreamble(Byte[],Int32,Int32) Method |
'Declaration Public Overloads Sub GetPreamble( _ ByRef preamble As Byte(), _ ByVal offset As Integer, _ ByVal length As Integer _ )
'Usage Dim instance As DicomDataSet Dim preamble As Byte() Dim offset As Integer Dim length As Integer instance.GetPreamble(preamble, offset, length)
ObjectiveC Syntax
If the value specified by length is >= 128, then preamble will be updated with the entire preamble. If length is < 128, then preamble will be updated with a truncated version of the Preamble with length length.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2